home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / mslang / mfcvbx / stdafx.h_ / stdafx.h
Encoding:
C/C++ Source or Header  |  1993-07-30  |  281 b   |  15 lines

  1.  
  2. #define _USRDLL             // Export a "C" interface
  3. #include <afxwin.h> 
  4. #include <afxdlgs.h>
  5.  
  6. extern "C"                  // Avoid name mangling of these "C" header files
  7. {
  8. #include <vbapi.h>
  9. }
  10.  
  11. #include "bigicon.h"
  12. #include "resource.h"       
  13. #include <dos.h>
  14.  
  15.